home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 13139 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.3 KB

  1. Path: casbah.acns.nwu.edu!muzaffar
  2. From: muzaffar@casbah.acns.nwu.edu (Usman Muzaffar)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Hopefully not a useless question.......
  5. Date: 4 Apr 1996 22:38:18 GMT
  6. Organization: Northwestern University, Evanston IL
  7. Message-ID: <4k1j0q$qv8@news.acns.nwu.edu>
  8. References: <4jv4j9$9a@newsbf02.news.aol.com>
  9. NNTP-Posting-Host: casbah.acns.nwu.edu
  10.  
  11. In article <4jv4j9$9a@newsbf02.news.aol.com>,
  12. Matt NoHaq <mattnohaq@aol.com> wrote:
  13. >I'm just starting out in c, and i was wondering. Can i make c  programs
  14. >specifically for windows? i wanted to know also why i should code in c
  15. >rather than vb. just wondering.....
  16.  
  17. It's not a useless question. But it doesn't really make sense.  In
  18. short, I'm guessing that the answer is yes, but it depends on what you
  19. mean. If you mean can you use the C programming language to interface
  20. your program with elements of the Windows operating system, then the
  21. answer is a resounding yes. If you mean does C itself have Windows
  22. stuff built into it, or if there is some dialetc of C that was
  23. designed for Windows development, then the answer is no.
  24.  
  25. As to the second question; vb is just a beginner's toolchest. It may
  26. actually be powerful enough for whatever you're trying to design, but
  27. when it comes down to it, C will always win in flexibility and power.
  28. And, I should add, support.
  29.  
  30. -usman
  31.